
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 650px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
    margin: 0 auto;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 650px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 650px;
  }

  
  .fullSlide .hd {
    width: 18px;
    position: absolute;
    z-index: 2;
    top: 215px;
    right: 70px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    zoom: 1;
    width: 18px;
    height: 18px;
    margin: 0 0 25px 0;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: url(../images/buttom1.png) no-repeat center;
  }
  
  .fullSlide .hd ul .on {
    background: url(../images/buttom2.png) no-repeat center;
  }

  
  .fullSlide .next {
    width: 20px;
    height: 49px;
    position: absolute;
    bottom: 200px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 69px;
  }
  



/*title*/

.title{
    position: relative;

}

.title span{
    display: block;
    font-size: 48px;
    color: #e5e5e5;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    line-height: 40px;
    margin-left:0px;
}

.title h3{
    font-size: 30px;
    color: #444444;
    font-weight: bold;
    position: relative;

}

.title h3 a{
    font-size: 30px;
    color: #444444;
    font-weight: bold;
}

.title h3::after{
    position: absolute;
    content: "";
    left: -265px;
    top: 23px;
    width: 242px;
    height: 7px;
    background: url(../images/title.png) no-repeat  center;
}

.title p{
    font-size: 15px;
    color: #777777;
    letter-spacing: 2px;

}

.title::after{
    position: absolute;
    content: "";
    left: 145px;
    top: 0px;
    width: 1px;
    height: 70px;
}


/*trait*/

.trait{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.trait::after{
    position: absolute;
    left: -57px;
    top: 49px;
    content: "";
    background: url(../images/buttom3.png) no-repeat  center;
    width: 34px;
    height: 7px;
}
.trait .trait_l{
    float: left;
    font-size: 15px;
    color: #444444;
    background: url(../images/buttom4.png) no-repeat left  center;
    padding-left: 40px;
    line-height: 100px;
}

.trait .trait_l span{
    font-size: 18px;
    color: #484848;
    font-weight: bold;
}


/* 询盘*/
i {
    font-weight: normal;
    font-style: normal;
}

.topxunpan {
    position: relative;
    z-index: 9;
    float: right;
    height: 40px;
    margin-top: 30px;
}


.topxunpan .xp {
    position: relative;
    line-height: 40px;
    color: #444444;
    font-size: 16px;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 5px;
    margin: 0 8px 0 0px;
}

.topxunpan .xp i {
    padding: 0 0px;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    color: #444444;
    font-size: 16px;
}

.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #c90000;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #c90000;
}

.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
}


/*product*/

.pro_bg{
    margin: 30px auto 0 auto;
    width: 100%;
    background: url(../images/pro_bg.jpg) no-repeat  center 330px;
}

.pro_bg .product{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pro_bg .product .title{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.pro_bg .product .pro_box{
    margin: 0 auto;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.pro_bg .product .pro_box .pro_list{
    float: left;
    width: 600px;
    margin-top: 160px;
}

.pro_bg .product .pro_box .pro_list ul li{
    float: left;
    width: 168px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 0 30px 30px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_list ul li a{
    font-size: 15px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom5.png) no-repeat 15px center;
    padding-left: 45px;
}

.pro_bg .product .pro_box .pro_list ul li::after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 40px;
    background: #c90000;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .pro_list ul li:hover{
    border: 1px solid #c90000;
    -webkit-box-shadow: 0 0 10px 6px rgba(201, 0, 0, .1);
    box-shadow: 0 0 10px 6px rgba(201, 0, 0, .1);
}

.pro_bg .product .pro_box .pro_list ul li:hover::after{
    width: 100%;
}

.pro_bg .product .pro_box .pro_list ul li:hover a{
    color: #fff;
    background: url(../images/buttom6.png) no-repeat 15px center;
}

.pro_bg .product .pro_box .pro_list ul li.on{
    border: 1px solid #c90000;
    -webkit-box-shadow: 0 0 10px 6px rgba(201, 0, 0, .1);
    box-shadow: 0 0 10px 6px rgba(201, 0, 0, .1);
}

.pro_bg .product .pro_box .pro_list ul li.on::after{
    width: 100%;
}

.pro_bg .product .pro_box .pro_list ul li.on a{
    color: #fff;
    background: url(../images/buttom6.png) no-repeat 15px center;
}

.pro_bg .product .pro_box .bd{
    float: right;
    width: 570px;
    height: 450px;
}

.pro_bg .product .pro_box .bd ul li{
    float: left;
    width: 570px;
    height: 450px;
    position: relative;
}

.pro_bg .product .pro_box .bd ul li .pic{
    background: #e5e5e5;
    border-radius: 15px;
    width: 570px;
    height: 450px;
}

.pro_bg .product .pro_box .bd ul li .pic img{
    width: 560px;
    height: 440px;
    margin: 5px;
    border-radius: 15px;
}

.pro_bg .product .pro_box .bd ul li .txt{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 60px;
    height: 300px;
    background: url(../images/ico1.png) repeat  center;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pro_bg .product .pro_box .bd ul li .txt a{
    font-size: 15px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    writing-mode: tb-rl;
    margin-top: 120px;
    line-height: 60px;
    height: 170px;
}

.pro_bg .product .pro_box .bd ul li .txt::after{
    position: absolute;
    content: "";
    left: 30px;
    top: 0px;
    width: 1px;
    height: 100px;
    background: #c90000;
}


.pro_bg .product .pro_box .hd{
    position: absolute;
    left: 0;
    top: 385px;
    z-index: 5;

}

.pro_bg .product .pro_box .hd ul li{
    float: left;
    margin-right: 12px;
    width: 16px;
    height: 15px;
    background: url(../images/buttom8.png) no-repeat  center;
}

.pro_bg .product .pro_box .hd ul li.on{
    background: url(../images/buttom7.png) no-repeat  center;
}

.pro_bg .product .pro_box .next{
    position: absolute;
    left: 100px;
    top: 382px;
    background: url(../images/left1.png) no-repeat  center;
    cursor: pointer;
    width: 64px;
    height: 20px;
    z-index: 5;
}


.pro_bg .product .pro_show{
    margin: 40px auto 0 auto;
    width: 1240px;
}

.pro_bg .product .pro_show ul li{
    float: left;
    width: 375px;
    height: 300px;
    margin: 0 38px 40px 0;
}

.pro_bg .product .pro_show ul li .txt{
    float: left;
    width: 50px;
}

.pro_bg .product .pro_show ul li .txt h5{
    width: 50px;
    height: 230px;
    padding-top: 30px;
    background: #eeeeee;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_show ul li .txt h5 a{
    font-size: 15px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    writing-mode: tb-rl;
    line-height: 50px;
    margin-bottom: 10px;
    height: 160px;
}

.pro_bg .product .pro_show ul li .txt h5 i{
    display: block;
    width: 1px;
    height: 60px;
    background: #d8d8d8;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_show ul li .txt .more{
    display: block;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 40px;
}

.pro_bg .product .pro_show ul li .pic{
    float: left;
    width: 320px;
    height: 300px; border:1px solid #eee;border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    
} 

.pro_bg .product .pro_show ul li .pic img{
    width: 320px;
    height: 298px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pro_bg .product .pro_show ul li:hover .txt h5{
    background: #c90000;

}

.pro_bg .product .pro_show ul li:hover .txt h5 a{
    color: #fff;
}




/*ys*/

.ys_bg{
    width: 100%;
    margin: 30px auto 0 auto;
    height: 700px;
    background: url(../images/ys_bg.jpg) no-repeat  center;
    overflow: hidden;
}


.ys{
    width: 1200px;
    margin: 0px auto 0 auto;
    position: relative;
}

.ys .title{
    text-align: right;
    position: absolute;
    right: 0;
    top: 47px;
    z-index: 5;
}

.ys .title h3::after{
    left:310px;
    top: 23px;  background: url(../images/title.png) no-repeat  center;
}

.ys .ys_box{
    margin: 0 auto;
    width: 1200px;
    padding-top: 100px;
    position: relative;

}

.ys .ys_box .bd{

    margin: 0 auto;
    width: 1200px;
}

.ys .ys_box .bd ul li{
    float: left;
    margin: 0 auto;
    width: 1200px;
}

.ys .ys_box .bd ul li .ys_img{
    width: 500px;
    height: 500px;
    float: left;

}

.ys .ys_box .bd ul li .ys_img img{
    width: 500px;
    height: 500px;
    border-radius: 50%;
}

.ys .ys_box .bd ul li .txt{
    float: right;
    width: 435px;
    margin-top: 130px;
} 

.ys .ys_box .bd ul li .txt h5{
    width: 190px;
    height: 50px;
    background: #c90000;
    border-radius: 45px;
    padding: 5px;
    margin-left: 235px;

}

.ys .ys_box .bd ul li .txt h5 i{
    display: block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 45px;
}

.ys .ys_box .bd ul li .txt h5 i em{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}

.ys .ys_box .bd ul li .txt p{
    font-size: 14px;
    color: #444444;
    line-height: 36px;
    text-align: right;
    margin-top: 50px;
}

.ys .ys_box .hd{
    position: absolute;
    right: 30px;
    top: 575px;

}

.ys .ys_box .hd ul li{
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li.on{
    background: #c90000;
    border: 1px solid #c90000;
}

.ys .ys_box .next{
    position: absolute;
    right: 120px;
    top: 560px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/ys_left1.png) no-repeat  center ;
    width: 20px;
    height: 39px;
}

.ys .ys_box .prev{
    position: absolute;
    right: 0px;
    top: 560px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/ys_right1.png) no-repeat  center ;
    width: 20px;
    height: 39px;
}

.ys .ys_box .next:hover{
    background: url(../images/ys_left.png) no-repeat  center ;
}

.ys .ys_box .prev:hover{
    background: url(../images/ys_right.png) no-repeat  center ;
}


/*case*/

.case_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat  center 25px;
}


.case{
    width: 1200px;
    margin: 0px auto 0 auto;

}

.case .case_t{
    height: 110px;
  
}

.case .case_t .title{
    float: left;
}

.case .case_t .zx{
    float: right;
    margin-top: 25px;
}

.case .case_t .zx .tel{
    float: left;
    line-height: 82px;
    padding-left: 50px;
    font-size: 30px;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tel.png) no-repeat  center left;
}

.case .case_t .zx .zixun{
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #c90000;
    border-radius: 50%;
    margin: 10px 0 0 25px;
}

.case .case_t .zx .zixun a{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.case .case_box{ 
    width: 1200px;
    margin: 40px auto 0 auto;
    height: 538px;

}

.case .case_box .case_l{
    float: left;
    width: 580px;
    position: relative;
}

.case .case_box .case_l .bd{
    width: 580px;
    margin-top: 50px;
}

.case .case_box .case_l .bd ul li{
    width: 580px;
    height: 200px;
    background: #f5f5f5;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 30px;
}

.case .case_box .case_l .bd ul li .pic{
    float: left;
    width: 200px;
    height: 160px;
}

.case .case_box .case_l .bd ul li .pic img{
    width: 200px;
    height: 160px;
    border-radius: 10px;
    margin: 20px;
}

.case .case_box .case_l .bd ul li .txt{
    float: right;
    width: 270px;
    margin-right: 55px;
} 

.case .case_box .case_l .bd ul li .txt h5 a{
    font-size: 16px;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 50px 0 10px 0;
}

.case .case_box .case_l .bd ul li .txt p{
    font-size: 13px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.case .case_box .case_l .bd ul li .txt .more{
    display: block;
    background: url(../images/more2.png) no-repeat  center;
    width: 40px;
    height: 12px;
    margin-top: 18px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_l .bd ul li:hover .txt .more{
    background: url(../images/more1.png) no-repeat  center;
}


.case .case_box .case_l  .next{
    position: absolute;
    left: 270px;
    top: 0px;
    cursor: pointer;
    width: 33px;
    height: 17px;
    background: url(../images/left.png) no-repeat  center;
}

.case .case_box .case_l  .prev{
    position: absolute;
    left: 270px;
    top: 515px;
    cursor: pointer;
    width: 33px;
    height: 17px;
    background: url(../images/right.png) no-repeat  center;
}

.case .case_box .case_r{
    float: right;
    width: 580px;
}

.case .case_box .case_r .pic{
    width: 580px;
    height: 430px;
}

.case .case_box .case_r .pic img{
    width: 580px;
    height: 430px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.case .case_box .case_r .txt{
    width: 580px;
    position: relative;
}

.case .case_box .case_r .txt .txt_l{
    float: left;
    width: 450px;
}

.case .case_box .case_r .txt .txt_l a{
    font-size: 16px;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 23px 0 7px 0;
}

.case .case_box .case_r .txt .txt_l p{
    font-size: 13px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.case .case_box .case_r .txt .txt_r{
    float: right;
    margin-right: 45px;
    font-size: 13px;
    color: #ccc;
    writing-mode:tb-rl;
    background: url(../images/case_xt.png) no-repeat top center;
    padding-top: 70px;
    position: relative;
    margin-top: -5px;
} 


/*about*/

.ab_bg{
    width: 100%;
    height: 661px;
    margin: 70px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat top center;
    overflow: hidden;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .about .ab_l{
    float: left;
    width: 580px;
    position: relative;
}

.ab_bg .about .ab_l .ab_img{
    width: 933px;
    height: 526px;
    position: relative;
    margin-left: -310px;

}

.ab_bg .about .ab_l .ab_img img{
    width: 933px;
    height: 526px;
}

.ab_bg .about .ab_l .honor{
    background: url(../images/ry_bg.jpg) no-repeat  center;
    width: 261px;
    height: 368px;
    position: absolute;
    right: 65px;
    top: 235px;
}

.ab_bg .about .ab_l .honor img{
    width: 203px;
    height: 310px;
    margin: 29px;
}

.ab_bg .about .ab_r{
    float: right;
    width: 600px;
    margin-top: 50px;
}

.ab_bg .about .ab_r .title{
    float: right;
    text-align: right;
}

.ab_bg .about .ab_r .title::after{
    display: none;
}

.ab_bg .about .ab_r .title h3::after{
    left: 240px;
    top: 23px;
    background: url(../images/ab_t.png) no-repeat  center;
}

.ab_bg .about .ab_r .txt{
    text-align: right;
    margin-top: 55px;

}

.ab_bg .about .ab_r .txt h5 a{
    font-size: 20px;
    color: #555555;
    font-weight: bold;
    line-height: 33px;
    display: block;

}

.ab_bg .about .ab_r .txt h5 a img{
    vertical-align: middle;
    margin-right: 15px;
}

.ab_bg .about .ab_r .txt p{
    font-size: 15px;
    color: #555;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin-top: 15px;

}

.ab_bg .about .ab_r .ab_list{
    margin-top: 60px;
}

.ab_bg .about .ab_r .ab_list ul li{
    float: left;
    width: 90px;
    margin: 0 165px 0 0px;
}

.ab_bg .about .ab_r .ab_list ul li:last-child{
    margin-right: 0;
}

.ab_bg .about .ab_r .ab_list ul li span{
    display: block;
    background: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 15px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: relative;
}

.ab_bg .about .ab_r .ab_list ul li span img{
    width: 90px;
    height: 90px;
}

.ab_bg .about .ab_r .ab_list ul li a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #555555;
}


.ab_bg .about .ab_r .ab_list ul li span::after{
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 94px;
    height: 94px;
    background: url(../images/ab_list.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.ab_bg .about .ab_r .ab_list ul li:hover span::after{
    opacity: 1;
}

.ab_bg .about .ab_r .ab_list ul li.on span::after{
    opacity: 1;
}

/*news*/

.news{
    width: 1200px;
    margin: 70px auto 0 auto;
    height: 725px;
}

.news .news_top{
    width: 1200px;
    margin: 0px auto 0 auto;
    height: 195px;
}

.news .news_top .title{
    float: left;
}

.news .news_top .news_r{
    float: right;
    margin-top: 15px;
    width: 950px;
}

.news .news_top .news_r .news_img{
    float: left;
    width: 270px;
    height: 180px;
}

.news .news_top .news_r .news_img img{
    width: 270px;
    height: 180px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.news .news_top .news_r .txt{
    float: right;
    width: 630px;
}

.news .news_top .news_r .txt a{
    font-size: 16px;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 5px;
}


.news .news_top .news_r .txt i{
    display: block;
    width: 50px;
    height: 1px;
    background: #e3e3e3;
    margin: 23px 0 18px 0;

}

.news .news_top .news_r .txt p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;

}

.news .news_top .news_r .txt span{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 23px;
}

.news .news_list{
    margin: 50px auto 0 auto;
    height: 46px;
}

.news .news_list ul li{
    float: left;
    width: 140px;
    height: 46px;
    line-height: 46px;
    background: #ececec;
    border-radius: 5px;
    margin-right: 30px;
    position: relative;
    z-index: 5;
}

.news .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 0;
    height: 46px;
    background: #c90000;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_list ul li.casehover a{
    color: #fff;
}

.news .news_box{
    margin: 40px auto 0 auto;
    width: 1240px;
}

.news .news_box ul li{
    float: left;
    width: 300px;
    height: 110px;
    background: #f8f8f8;
    margin: 0 53px 30px 0px;
    padding: 0 30px 0 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 8px;
}

.news .news_box ul li h5 a{
    background: url(../images/news_ico1.png) no-repeat left center;
    padding-left: 30px;
    font-size: 15px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 25px;
}

.news .news_box ul li .more{
    line-height: 36px;
}

.news .news_box ul li .more span{
    float: left;
    font-size: 14px;
    color: #999;
}

.news .news_box ul li .more a{
    float: right;
    font-size: 12px;
    color: #999;
    display: block;
    background: url(../images/more3.png) no-repeat right 14px;
    padding-right: 17px;
}

.news .news_box ul li:hover{
    background: #c90000;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
}

.news .news_box ul li:hover h5 a{
    color: #fff;
    background: url(../images/news_ico2.png) no-repeat left center;
}

.news .news_box ul li:hover .more span{
    color: #fff;
}

.news .news_box ul li:hover .more a{
    color: #fff;
    display: block;
    background: url(../images/more4.png) no-repeat right 14px;
}


/* links*/

.links{
    height: auto;
    width: 1200px;
    margin: 70px auto 0 auto;
    overflow: hidden;
  }
  
  .links h3{
    float: left;
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #444444;
    border-radius: 3px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .links .yq{
    float: right;
    width: 1100px;
  }
  
  .links .yq a{
    line-height: 32px;
    font-size: 14px;
    color: #555555;
    margin-right: 20px;
  }